home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / fdmsrrc.igz / fdmsrrc.img / LIB / Ndis / SIS900.CAB / sis900.ini < prev   
Text File  |  2002-02-11  |  1KB  |  29 lines

  1. DriverName = "SIS900$"
  2. ;
  3. ; below are examples and explanations of some of the keywords supported by
  4. ; the SiS NDIS 2.01 driver.  most of the lines are simply comments.  the
  5. ; marked with "-->" are lines that can be edited (removing the ";-->" and
  6. ; lines replacing it with spaces, and modifying the right hand side as
  7. ; appropriate.
  8. ;
  9.  
  10. ; Adapter number=n, n=0..4 specifies the number to look for a SiS PCI
  11. ; Fast Ethernet adapter.  In the absence of this keyword the driver will
  12. ; search all device for SiS PCI Fast Ethernet adapter, so it isn't required
  13. ; unless there are multiple SiS adapters in the computer.  
  14. ;
  15. ;-->Adapter number=1
  16. ;
  17.  
  18. ; MEDIATYPE=Type, type specifies the mediatype that is currently used.
  19. ; The default is AUTO(Auto-Detect mediatype).
  20. ;         Type       Ethernet Standard    Duplex
  21. ;       --------     -----------------    ------
  22. ;        AUTO          auto-detect         Auto
  23. ;        UTP           10BASE-T            Half
  24. ;        UTPFULL       10BASE-T            Full
  25. ;        FAST          100BASE-T           Half
  26. ;        FASTFULL      100BASE-T           Full
  27. ;   
  28. ;-->MEDIATYPE=AUTO
  29.